[INFO] cloning repository https://github.com/rajiknows/beluga
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rajiknows/beluga" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frajiknows%2Fbeluga", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frajiknows%2Fbeluga'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49bd13280ecb02a234deb49bc6ecacae28b44179
[INFO] fixing rajiknows/beluga against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frajiknows%2Fbeluga" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rajiknows/beluga
[INFO] finished tweaking git repo https://github.com/rajiknows/beluga
[INFO] tweaked toml for git repo https://github.com/rajiknows/beluga written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rajiknows/beluga on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rajiknows/beluga already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gray_matter v0.3.2
[INFO] [stderr]   Downloaded rhai_codegen v2.2.0
[INFO] [stderr]   Downloaded yaml-rust2 v0.10.3
[INFO] [stderr]   Downloaded rhai v1.22.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5d20c6e90ad04bf2fa1b2a674536ba370beeaf49b6c331bb2e97fa7bb7bb6577
[INFO] running `Command { std: "docker" "start" "5d20c6e90ad04bf2fa1b2a674536ba370beeaf49b6c331bb2e97fa7bb7bb6577", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5d20c6e90ad04bf2fa1b2a674536ba370beeaf49b6c331bb2e97fa7bb7bb6577" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d20c6e90ad04bf2fa1b2a674536ba370beeaf49b6c331bb2e97fa7bb7bb6577", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5d20c6e90ad04bf2fa1b2a674536ba370beeaf49b6c331bb2e97fa7bb7bb6577" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking thin-vec v0.2.14
[INFO] [stderr]     Checking clap_builder v4.5.40
[INFO] [stderr]     Checking tiny_http v0.12.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking yaml-rust2 v0.10.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling rhai_codegen v2.2.0
[INFO] [stderr]     Checking rhai v1.22.2
[INFO] [stderr]     Checking clap v4.5.40
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking gray_matter v0.3.2
[INFO] [stderr]     Checking beluga v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0748]: unterminated raw string
[INFO] [stdout]    --> src/beluga/engine.rs:317:31
[INFO] [stdout]     |
[INFO] [stdout] 317 |         assert!(html.contains(r#"<a href=\\
[INFO] [stdout]     |                               ^ unterminated raw string
[INFO] [stdout]     |
[INFO] [stdout]     = note: this raw string should be terminated with `"#`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0748]: unterminated raw string
[INFO] [stdout]    --> src/beluga/engine.rs:317:31
[INFO] [stdout]     |
[INFO] [stdout] 317 |         assert!(html.contains(r#"<a href=\\
[INFO] [stdout]     |                               ^ unterminated raw string
[INFO] [stdout]     |
[INFO] [stdout]     = note: this raw string should be terminated with `"#`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0748`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `beluga` (bin "beluga") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0748`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `beluga` (bin "beluga" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "5d20c6e90ad04bf2fa1b2a674536ba370beeaf49b6c331bb2e97fa7bb7bb6577", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d20c6e90ad04bf2fa1b2a674536ba370beeaf49b6c331bb2e97fa7bb7bb6577", kill_on_drop: false }`
[INFO] [stdout] 5d20c6e90ad04bf2fa1b2a674536ba370beeaf49b6c331bb2e97fa7bb7bb6577
